public interface TraceModule
The TraceModule
interface serves two purposes. First, it allows applications to
discover the TraceManager object used by other packages that they use. Second, applications that
register with the TraceManagerFactory must identify themselves by implementing this interface.
Modifier and Type | Method and Description |
---|---|
TraceManager |
getTraceManager()
Returns the TraceManager that an object is using for tracing.
|
java.lang.String |
getTraceModuleName()
Returns the module name.
|
TraceManager getTraceManager()
java.lang.String getTraceModuleName()